PowerTools SPREAD for ASP.NET 8.0J
ItemEventArgs<T> コンストラクタ

項目を示すオブジェクト値。
項目がどのように変更されたかを指定します。
ItemEventArgs<T>クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal item As T, _
   ByVal type As ItemChangedType _
)
public ItemEventArgs<T>( 
   T item,
   ItemChangedType type
)

パラメータ

item
項目を示すオブジェクト値。
type
項目がどのように変更されたかを指定します。
参照

ItemEventArgs<T> クラス
ItemEventArgs<T> メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.